home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / WindowConstants.class (.txt) < prev   
Encoding:
Java Class File  |  1999-07-15  |  281 b   |  8 lines

  1. package javax.swing;
  2.  
  3. public interface WindowConstants {
  4.    int DO_NOTHING_ON_CLOSE = 0;
  5.    int HIDE_ON_CLOSE = 1;
  6.    int DISPOSE_ON_CLOSE = 2;
  7. }
  8.